From: Aditya Bhargava Date: Sat, 4 Oct 2025 23:29:36 +0000 (-0400) Subject: acme: version bump X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a1537c4d22080d644538174d8a7c65cabfd995fe;p=feed%2Fpackages.git acme: version bump * Bump acme-common to 1.5.0 * New `abort` command added and logging behaviour improved * Bump acme-acmesh to 3.1.1-r4 * Fix logging and support killing from procd (`stop` and `abort`) via SIGTERM Signed-off-by: Aditya Bhargava --- diff --git a/net/acme-acmesh/Makefile b/net/acme-acmesh/Makefile index 8eed8d02c2..1b39376399 100644 --- a/net/acme-acmesh/Makefile +++ b/net/acme-acmesh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-acmesh PKG_VERSION:=3.1.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)? diff --git a/net/acme-common/Makefile b/net/acme-common/Makefile index 6484e26a68..4c7fe69f58 100644 --- a/net/acme-common/Makefile +++ b/net/acme-common/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-common -PKG_VERSION:=1.4.5 +PKG_VERSION:=1.5.0 PKG_MAINTAINER:=Toke Høiland-Jørgensen PKG_LICENSE:=GPL-3.0-only